home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
x2ftp
/
msdos
/
demosrc
/
vectbal2
/
xvsync.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-10-06
|
387 b
|
23 lines
#ifndef _XVSYNC_H_
#define _XVSYNC_H_
#ifdef __cplusplus
extern "C" {
#endif
void x_install_vsync_handler(int skipcount);
void x_remove_vsync_handler(void);
void x_set_user_vsync_handler(void far (*)());
#ifdef __cplusplus
}
#endif
extern WORD TicksPerSecond;
extern volatile long VsyncIntTicks;
extern WORD VsyncPeriod;
#endif